Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
authorHilko Bengen <bengen@debian.org>
Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)
committerHilko Bengen <bengen@debian.org>
Sat, 28 Jul 2018 17:00:34 +0000 (18:00 +0100)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch

daemon/Makefile.am

index 6240f517d96d4570d67598543fd36a609556fe4c..4ef20c87a7dd1cad7777ee8580538b0589d773a0 100644 (file)
@@ -235,7 +235,8 @@ guestfsd_LDADD = \
        $(TSK_LIBS) \
        $(RPC_LIBS) \
        $(YARA_LIBS) \
-       $(OCAML_LIBS)
+       $(OCAML_LIBS) \
+       $(LIBTINFO_LIBS)
 
 guestfsd_CPPFLAGS = \
        -I$(shell $(OCAMLC) -where) \